home *** CD-ROM | disk | FTP | other *** search
/ Interplay's Learn to Program Basic (Review Copy) / Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO / pc / ltpbasic / refxmpl / gsnumfrm.bas < prev    next >
BASIC Source File  |  1998-03-09  |  114b  |  9 lines

  1. spr = LoadSprite("Alpha")
  2. num = GetSpriteNumFrames(spr)
  3. CLS
  4. Print "There are " num " frames in this sprite."
  5.  
  6.  
  7.  
  8.